home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / image / tibcr972.dir / 00377_Script_About Script < prev    next >
Text File  |  1996-11-25  |  405b  |  15 lines

  1. on exitFrame
  2.   global dest
  3.   put "none" into dest
  4.   hideObjects("17,18,19,20,21,22,23,24,25,26,27,28,46,47,48")
  5.   rollOver2("17,23,About Bureau,18,24,About CDs,19,25,About Catalogues,20,26,About Showreels,21,27,About Image Index,22,28,About Offices")
  6.   rollOver1("46,Contents,47,Help,48,Quit")
  7.   go the frame
  8. end
  9.  
  10. on mouseUp
  11.   global dest
  12.   if dest <> "none" then
  13.     go to dest
  14.   end if
  15. end